home *** CD-ROM | disk | FTP | other *** search
/ The Best of Select: Top 50 / The Best of Select Top 50 Volume 1.iso / wildride / newave8.x < prev    next >
Text File  |  1996-07-15  |  5KB  |  268 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  22;
  136.  6211.655273;-22.394417;75019.039063;,
  137.  6211.644531;-64.189178;-36903.132813;,
  138.  -48185.625000;-22.394417;75019.062500;,
  139.  -48185.625000;-64.189178;-36903.109375;,
  140.  10651.710938;-21.172348;605.579346;,
  141.  10651.710938;-64.189178;242.352875;,
  142.  10651.710938;-53.642181;343.688873;,
  143.  10651.710938;-18.965206;399.634369;,
  144.  10651.710938;16.429794;420.825562;,
  145.  10651.710938;45.616470;426.839233;,
  146.  10651.710938;58.636871;427.763977;,
  147.  10651.710938;67.033691;434.311371;,
  148.  10651.710938;64.259537;449.569244;,
  149.  -55454.648438;-21.172348;605.581909;,
  150.  -55454.648438;-64.189178;242.355957;,
  151.  -55454.648438;-53.642181;343.691376;,
  152.  -55454.648438;-18.965206;399.636871;,
  153.  -55454.648438;16.429794;420.825562;,
  154.  -55454.648438;45.625862;426.818451;,
  155.  -55454.648438;58.781570;427.911194;,
  156.  -55454.648438;67.033691;434.313873;,
  157.  -55454.648438;64.259537;449.571747;;
  158.  
  159.  20;
  160.  3;4,2,0;,
  161.  3;4,13,2;,
  162.  3;1,14,5;,
  163.  3;1,3,14;,
  164.  3;5,15,6;,
  165.  3;5,14,15;,
  166.  3;6,16,7;,
  167.  3;6,15,16;,
  168.  3;7,17,8;,
  169.  3;7,16,17;,
  170.  3;8,18,9;,
  171.  3;8,17,18;,
  172.  3;9,19,10;,
  173.  3;9,18,19;,
  174.  3;10,20,11;,
  175.  3;10,19,20;,
  176.  3;11,21,12;,
  177.  3;11,20,21;,
  178.  3;12,13,4;,
  179.  3;12,21,13;;
  180.  
  181.  MeshMaterialList {
  182.   1;
  183.   1;
  184.   0;;
  185.   Material {
  186.    1.000000;1.000000;1.000000;1.000000;;
  187.    15.000000;
  188.    1.000000;1.000000;1.000000;;
  189.    0.000000;0.000000;0.000000;;
  190.    TextureFilename {
  191.     "newav*.tga";
  192.    }
  193.   }
  194.  }
  195.  MeshNormals {
  196.   22;
  197.   0.000000;1.000000;0.000016;,
  198.   0.000000;1.000000;0.000000;,
  199.   0.000000;1.000000;0.000016;,
  200.   0.000000;1.000000;0.000000;,
  201.   0.000000;0.968786;0.247898;,
  202.   0.000000;0.912110;0.409945;,
  203.   0.000000;0.980507;0.196486;,
  204.   0.000000;0.962412;-0.271593;,
  205.   0.000000;0.649588;-0.760286;,
  206.   -0.000001;0.268817;-0.963191;,
  207.   -0.000001;0.657378;-0.753561;,
  208.   0.000000;0.971473;0.237151;,
  209.   0.000000;0.746414;0.665482;,
  210.   0.000000;0.785208;0.619232;,
  211.   0.000000;0.707107;0.707107;,
  212.   0.000000;0.742806;0.669507;,
  213.   0.000000;0.873739;0.486396;,
  214.   0.000000;0.963842;0.266475;,
  215.   0.000001;0.994843;0.101424;,
  216.   -0.000014;0.999372;0.035445;,
  217.   0.000000;0.945674;0.325116;,
  218.   0.000000;0.640748;0.767752;;
  219.  
  220.   20;
  221.   3;4,2,0;,
  222.   3;4,13,2;,
  223.   3;1,14,5;,
  224.   3;1,3,14;,
  225.   3;5,15,6;,
  226.   3;5,14,15;,
  227.   3;6,16,7;,
  228.   3;6,15,16;,
  229.   3;7,17,8;,
  230.   3;7,16,17;,
  231.   3;8,18,9;,
  232.   3;8,17,18;,
  233.   3;9,19,10;,
  234.   3;9,18,19;,
  235.   3;10,20,11;,
  236.   3;10,19,20;,
  237.   3;11,21,12;,
  238.   3;11,20,21;,
  239.   3;12,13,4;,
  240.   3;12,21,13;;
  241.  }
  242.  MeshTextureCoords {
  243.   22;
  244.   29.996849;-154.994217;,
  245.   29.996838;77.952354;,
  246.   -234.248749;-154.994263;,
  247.   -234.248734;77.952316;,
  248.   50.383537;-0.146613;,
  249.   50.383537;0.655338;,
  250.   50.383537;0.433162;,
  251.   50.383537;0.279578;,
  252.   50.383537;0.197546;,
  253.   50.383537;0.153752;,
  254.   50.383537;0.137873;,
  255.   50.383537;0.115249;,
  256.   50.383537;0.086472;,
  257.   -254.222290;-0.146598;,
  258.   -254.222290;0.655351;,
  259.   -254.222290;0.433176;,
  260.   -254.222290;0.279593;,
  261.   -254.222290;0.197566;,
  262.   -254.222290;0.153805;,
  263.   -254.222290;0.137431;,
  264.   -254.222290;0.115263;,
  265.   -254.222290;0.086486;;
  266.  }
  267. }
  268.